﻿2026-06-21T04:00:18.5073603Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-21T04:00:18.5074025Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-21T04:00:18.5074298Z [36;1m$PIN = "0c95435"[0m
2026-06-21T04:00:18.5074528Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-21T04:00:18.5074790Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-21T04:00:18.5075150Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-21T04:00:18.5075525Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-21T04:00:18.5075858Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-21T04:00:18.5077161Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-21T04:00:18.5077402Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-21T04:00:18.5077696Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-21T04:00:18.5078045Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-21T04:00:18.5078320Z [36;1m}[0m
2026-06-21T04:00:18.5078503Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-21T04:00:18.5078774Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T04:00:18.5151486Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T04:00:18.5151859Z ##[endgroup]
2026-06-21T04:00:20.7910111Z    Compiling proc-macro2 v1.0.106
2026-06-21T04:00:20.7910584Z    Compiling quote v1.0.45
2026-06-21T04:00:20.7910795Z    Compiling unicode-ident v1.0.24
2026-06-21T04:00:20.7911002Z    Compiling cfg-if v1.0.4
2026-06-21T04:00:20.7911234Z    Compiling serde_core v1.0.228
2026-06-21T04:00:20.7911589Z    Compiling serde v1.0.228
2026-06-21T04:00:20.7911928Z    Compiling windows-link v0.2.1
2026-06-21T04:00:20.7912327Z    Compiling typenum v1.20.1
2026-06-21T04:00:20.7913363Z    Compiling getrandom v0.3.4
2026-06-21T04:00:20.7913978Z    Compiling portable-atomic v1.13.1
2026-06-21T04:00:20.7914277Z    Compiling version_check v0.9.5
2026-06-21T04:00:20.7914534Z    Compiling pin-project-lite v0.2.17
2026-06-21T04:00:20.7914829Z    Compiling memchr v2.8.1
2026-06-21T04:00:20.7915147Z    Compiling shlex v2.0.1
2026-06-21T04:00:20.7916368Z    Compiling critical-section v1.2.0
2026-06-21T04:00:20.7930131Z    Compiling find-msvc-tools v0.1.9
2026-06-21T04:00:20.8677083Z    Compiling windows-sys v0.61.2
2026-06-21T04:00:20.9053162Z    Compiling subtle v2.6.1
2026-06-21T04:00:20.9263568Z    Compiling equivalent v1.0.2
2026-06-21T04:00:20.9282899Z    Compiling futures-core v0.3.32
2026-06-21T04:00:20.9498919Z    Compiling smallvec v1.15.1
2026-06-21T04:00:21.0427099Z    Compiling itoa v1.0.18
2026-06-21T04:00:21.0686562Z    Compiling bytes v1.11.1
2026-06-21T04:00:21.0984428Z    Compiling semver v1.0.28
2026-06-21T04:00:21.1272565Z    Compiling stable_deref_trait v1.2.1
2026-06-21T04:00:21.2868063Z    Compiling log v0.4.32
2026-06-21T04:00:21.3008919Z    Compiling rustc_version v0.4.1
2026-06-21T04:00:21.3116779Z    Compiling futures-sink v0.3.32
2026-06-21T04:00:21.3683166Z    Compiling generic-array v0.14.7
2026-06-21T04:00:21.4878770Z    Compiling slab v0.4.12
2026-06-21T04:00:21.5096006Z    Compiling futures-io v0.3.32
2026-06-21T04:00:21.5125138Z    Compiling futures-channel v0.3.32
2026-06-21T04:00:21.5340305Z    Compiling futures-task v0.3.32
2026-06-21T04:00:21.6076984Z    Compiling rustversion v1.0.22
2026-06-21T04:00:21.7246529Z    Compiling hashbrown v0.17.1
2026-06-21T04:00:21.8269897Z    Compiling getrandom v0.2.17
2026-06-21T04:00:21.8299251Z    Compiling cpufeatures v0.2.17
2026-06-21T04:00:21.8325501Z    Compiling fnv v1.0.7
2026-06-21T04:00:21.8494386Z    Compiling libc v0.2.186
2026-06-21T04:00:21.8687183Z    Compiling rand_core v0.10.1
2026-06-21T04:00:21.8712326Z    Compiling cfg_aliases v0.2.1
2026-06-21T04:00:21.8728210Z    Compiling strsim v0.11.1
2026-06-21T04:00:21.9641781Z    Compiling litemap v0.8.2
2026-06-21T04:00:22.1135232Z    Compiling writeable v0.6.3
2026-06-21T04:00:22.1703528Z    Compiling jobserver v0.1.34
2026-06-21T04:00:22.1907469Z    Compiling autocfg v1.5.1
2026-06-21T04:00:22.2895762Z    Compiling utf8_iter v1.0.4
2026-06-21T04:00:22.2904385Z    Compiling fs_extra v1.3.0
2026-06-21T04:00:22.4098498Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T04:00:22.4309157Z    Compiling cc v1.2.63
2026-06-21T04:00:22.4946683Z    Compiling icu_properties_data v2.2.0
2026-06-21T04:00:22.5020647Z    Compiling ident_case v1.0.1
2026-06-21T04:00:22.6580417Z    Compiling dunce v1.0.5
2026-06-21T04:00:22.6784465Z    Compiling getrandom v0.4.2
2026-06-21T04:00:22.7211286Z    Compiling percent-encoding v2.3.2
2026-06-21T04:00:22.7722914Z    Compiling syn v2.0.117
2026-06-21T04:00:22.8481828Z    Compiling indexmap v2.14.0
2026-06-21T04:00:22.8921581Z    Compiling http v1.4.1
2026-06-21T04:00:22.8948341Z    Compiling thiserror v2.0.18
2026-06-21T04:00:22.9144159Z    Compiling unicode-segmentation v1.13.3
2026-06-21T04:00:22.9806142Z    Compiling aws-lc-rs v1.17.0
2026-06-21T04:00:23.0455275Z    Compiling crypto-common v0.1.7
2026-06-21T04:00:23.0764038Z    Compiling cpufeatures v0.3.0
2026-06-21T04:00:23.0971789Z    Compiling scopeguard v1.2.0
2026-06-21T04:00:23.3547520Z    Compiling cmake v0.1.58
2026-06-21T04:00:23.4444174Z    Compiling block-buffer v0.10.4
2026-06-21T04:00:23.4879514Z    Compiling form_urlencoded v1.2.2
2026-06-21T04:00:23.5077757Z    Compiling chacha20 v0.10.0
2026-06-21T04:00:23.5238348Z    Compiling lock_api v0.4.14
2026-06-21T04:00:23.5454696Z    Compiling winapi v0.3.9
2026-06-21T04:00:23.5545528Z    Compiling untrusted v0.9.0
2026-06-21T04:00:24.0282018Z    Compiling bitflags v2.12.1
2026-06-21T04:00:24.0467344Z    Compiling digest v0.10.7
2026-06-21T04:00:24.1041377Z    Compiling num-traits v0.2.19
2026-06-21T04:00:24.1137012Z    Compiling windows-result v0.4.1
2026-06-21T04:00:24.1626115Z    Compiling windows-strings v0.5.1
2026-06-21T04:00:24.1626667Z    Compiling rustls v0.23.40
2026-06-21T04:00:24.1770545Z    Compiling rand v0.10.1
2026-06-21T04:00:24.2031010Z    Compiling heck v0.5.0
2026-06-21T04:00:24.2330302Z    Compiling ring v0.17.14
2026-06-21T04:00:24.2330750Z    Compiling convert_case v0.10.0
2026-06-21T04:00:24.3104681Z    Compiling anyhow v1.0.102
2026-06-21T04:00:24.3887438Z    Compiling unicode-xid v0.2.6
2026-06-21T04:00:24.3925514Z    Compiling atomic-waker v1.1.2
2026-06-21T04:00:24.5013783Z    Compiling aws-lc-sys v0.41.0
2026-06-21T04:00:24.5155865Z    Compiling const-oid v0.10.2
2026-06-21T04:00:24.5444549Z    Compiling httparse v1.10.1
2026-06-21T04:00:24.5511513Z    Compiling zerocopy v0.8.50
2026-06-21T04:00:24.5920914Z    Compiling parking_lot_core v0.9.12
2026-06-21T04:00:24.7084716Z    Compiling http-body v1.0.1
2026-06-21T04:00:24.7108027Z    Compiling hybrid-array v0.4.12
2026-06-21T04:00:24.7142450Z    Compiling curve25519-dalek v4.1.3
2026-06-21T04:00:24.8527264Z    Compiling ahash v0.8.12
2026-06-21T04:00:24.8994096Z    Compiling base64ct v1.8.3
2026-06-21T04:00:24.9027805Z    Compiling either v1.16.0
2026-06-21T04:00:25.1402046Z    Compiling fastrand v2.4.1
2026-06-21T04:00:25.1538387Z    Compiling powerfmt v0.2.0
2026-06-21T04:00:25.1784684Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T04:00:25.3839074Z    Compiling rand_core v0.6.4
2026-06-21T04:00:25.4253990Z    Compiling deranged v0.5.8
2026-06-21T04:00:25.4561993Z    Compiling zmij v1.0.21
2026-06-21T04:00:25.4979878Z    Compiling try-lock v0.2.5
2026-06-21T04:00:25.5238987Z    Compiling num-conv v0.2.2
2026-06-21T04:00:25.5993127Z    Compiling vcpkg v0.2.15
2026-06-21T04:00:25.6610672Z    Compiling data-encoding v2.11.0
2026-06-21T04:00:25.6678076Z    Compiling tower-service v0.3.3
2026-06-21T04:00:25.6990485Z    Compiling base64 v0.22.1
2026-06-21T04:00:25.7318463Z    Compiling tinyvec_macros v0.1.1
2026-06-21T04:00:25.7527894Z    Compiling time-core v0.1.8
2026-06-21T04:00:25.9635898Z    Compiling pkg-config v0.3.33
2026-06-21T04:00:25.9682880Z    Compiling tinyvec v1.11.0
2026-06-21T04:00:25.9697215Z    Compiling want v0.3.1
2026-06-21T04:00:26.0384919Z    Compiling parking_lot v0.12.5
2026-06-21T04:00:26.0703916Z    Compiling block-buffer v0.12.0
2026-06-21T04:00:26.1894692Z    Compiling crypto-common v0.2.2
2026-06-21T04:00:26.3017243Z    Compiling sha2 v0.10.9
2026-06-21T04:00:26.3026359Z    Compiling vergen-lib v9.1.0
2026-06-21T04:00:26.3310413Z    Compiling inout v0.1.4
2026-06-21T04:00:26.4771103Z    Compiling n0-future v0.3.2
2026-06-21T04:00:26.5111019Z    Compiling synstructure v0.13.2
2026-06-21T04:00:26.6805046Z    Compiling darling_core v0.20.11
2026-06-21T04:00:26.6932105Z    Compiling crossbeam-utils v0.8.21
2026-06-21T04:00:26.7246935Z    Compiling winnow v1.0.3
2026-06-21T04:00:26.8522817Z    Compiling cordyceps v0.3.4
2026-06-21T04:00:26.8589809Z    Compiling diatomic-waker v0.2.3
2026-06-21T04:00:26.8654178Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T04:00:26.8909276Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T04:00:27.0623459Z    Compiling parking v2.2.1
2026-06-21T04:00:27.0854120Z    Compiling spin v0.10.0
2026-06-21T04:00:27.1815337Z    Compiling signature v2.2.0
2026-06-21T04:00:27.1824719Z    Compiling httpdate v1.0.3
2026-06-21T04:00:27.2198620Z    Compiling serde_json v1.0.150
2026-06-21T04:00:27.2798957Z    Compiling ed25519 v2.2.3
2026-06-21T04:00:27.2891418Z    Compiling futures-buffered v0.2.13
2026-06-21T04:00:27.3491456Z    Compiling futures-lite v2.6.1
2026-06-21T04:00:27.3523959Z    Compiling digest v0.11.3
2026-06-21T04:00:27.5226090Z    Compiling cipher v0.4.4
2026-06-21T04:00:27.5437431Z    Compiling universal-hash v0.5.1
2026-06-21T04:00:27.6629590Z    Compiling vergen v9.1.0
2026-06-21T04:00:27.7293266Z    Compiling vergen-lib v0.1.6
2026-06-21T04:00:27.7598271Z    Compiling noq-udp v0.10.0
2026-06-21T04:00:27.7996858Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T04:00:27.8856386Z    Compiling heapless v0.7.17
2026-06-21T04:00:27.9839189Z    Compiling sync_wrapper v1.0.2
2026-06-21T04:00:28.0044891Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T04:00:28.0066213Z    Compiling opaque-debug v0.3.1
2026-06-21T04:00:28.0212239Z    Compiling allocator-api2 v0.2.21
2026-06-21T04:00:28.1226250Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T04:00:28.1231358Z    Compiling byteorder v1.5.0
2026-06-21T04:00:28.2657285Z    Compiling polyval v0.6.2
2026-06-21T04:00:28.2945559Z    Compiling hash32 v0.2.1
2026-06-21T04:00:28.7586719Z    Compiling socket2 v0.6.4
2026-06-21T04:00:28.7766480Z    Compiling mio v1.2.1
2026-06-21T04:00:28.7874503Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T04:00:28.8183296Z    Compiling spin v0.9.8
2026-06-21T04:00:28.9700556Z    Compiling vergen-gitcl v1.0.8
2026-06-21T04:00:29.0069102Z    Compiling serde_derive v1.0.228
2026-06-21T04:00:29.0110384Z    Compiling zeroize_derive v1.4.3
2026-06-21T04:00:29.0382810Z    Compiling zerofrom-derive v0.1.7
2026-06-21T04:00:29.1033161Z    Compiling tokio-macros v2.7.0
2026-06-21T04:00:29.3057123Z    Compiling yoke-derive v0.8.2
2026-06-21T04:00:29.5200299Z    Compiling futures-macro v0.3.32
2026-06-21T04:00:29.6206382Z    Compiling zerovec-derive v0.11.3
2026-06-21T04:00:29.8166510Z    Compiling zeroize v1.8.2
2026-06-21T04:00:29.8284817Z    Compiling displaydoc v0.2.6
2026-06-21T04:00:29.9521492Z    Compiling tokio v1.52.3
2026-06-21T04:00:29.9544120Z    Compiling tracing-attributes v0.1.31
2026-06-21T04:00:30.1137221Z    Compiling thiserror-impl v2.0.18
2026-06-21T04:00:30.1708663Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T04:00:30.2242958Z    Compiling rustls-pki-types v1.14.1
2026-06-21T04:00:30.4191967Z    Compiling darling_macro v0.20.11
2026-06-21T04:00:30.6252924Z    Compiling futures-util v0.3.32
2026-06-21T04:00:30.8353470Z    Compiling zerofrom v0.1.8
2026-06-21T04:00:30.8444389Z    Compiling derive_more-impl v2.1.1
2026-06-21T04:00:30.8856841Z    Compiling n0-error-macros v0.1.3
2026-06-21T04:00:30.8963683Z    Compiling windows-interface v0.59.3
2026-06-21T04:00:30.9346390Z    Compiling windows-implement v0.60.2
2026-06-21T04:00:31.0255383Z    Compiling darling v0.20.11
2026-06-21T04:00:31.0767043Z    Compiling spez v0.1.2
2026-06-21T04:00:31.1498548Z    Compiling yoke v0.8.3
2026-06-21T04:00:31.2248757Z    Compiling der v0.8.0-rc.10
2026-06-21T04:00:31.2829851Z    Compiling derive_builder_core v0.20.2
2026-06-21T04:00:31.6937778Z    Compiling zerovec v0.11.6
2026-06-21T04:00:31.7604307Z    Compiling zerotrie v0.2.4
2026-06-21T04:00:31.7843663Z    Compiling pin-project-internal v1.1.13
2026-06-21T04:00:31.9555531Z    Compiling windows-core v0.62.2
2026-06-21T04:00:32.1113095Z    Compiling n0-error v0.1.3
2026-06-21T04:00:32.2841263Z    Compiling windows-threading v0.2.1
2026-06-21T04:00:32.3391463Z    Compiling ryu v1.0.23
2026-06-21T04:00:32.4942039Z    Compiling tinystr v0.8.3
2026-06-21T04:00:32.5003682Z    Compiling potential_utf v0.1.5
2026-06-21T04:00:32.6042208Z    Compiling icu_collections v2.2.0
2026-06-21T04:00:32.6509759Z    Compiling spki v0.8.0-rc.4
2026-06-21T04:00:32.6989073Z    Compiling icu_locale_core v2.2.0
2026-06-21T04:00:32.7250650Z    Compiling derive_builder_macro v0.20.2
2026-06-21T04:00:32.7485834Z    Compiling ed25519-dalek v2.2.0
2026-06-21T04:00:32.8503094Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T04:00:32.8848709Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T04:00:32.8977321Z    Compiling fallible-iterator v0.3.0
2026-06-21T04:00:33.0886455Z    Compiling signature v3.0.0
2026-06-21T04:00:33.0982949Z    Compiling tower-layer v0.3.3
2026-06-21T04:00:33.1873366Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T04:00:33.2286452Z    Compiling derive_builder v0.20.2
2026-06-21T04:00:33.2448498Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T04:00:33.2762448Z    Compiling windows-future v0.3.2
2026-06-21T04:00:33.3181662Z    Compiling windows-numerics v0.3.1
2026-06-21T04:00:33.3182494Z    Compiling windows-collections v0.3.2
2026-06-21T04:00:33.3393732Z    Compiling cobs v0.3.0
2026-06-21T04:00:33.3723169Z    Compiling pin-project v1.1.13
2026-06-21T04:00:33.5383417Z    Compiling proc-macro-crate v3.5.0
2026-06-21T04:00:33.6459032Z    Compiling postcard-derive v0.2.2
2026-06-21T04:00:33.7182387Z    Compiling windows-targets v0.52.6
2026-06-21T04:00:33.7844126Z    Compiling icu_provider v2.2.0
2026-06-21T04:00:33.8094459Z    Compiling futures-executor v0.3.32
2026-06-21T04:00:33.8338751Z    Compiling ghash v0.5.1
2026-06-21T04:00:33.9321106Z    Compiling aes v0.8.4
2026-06-21T04:00:33.9365935Z    Compiling ctr v0.9.2
2026-06-21T04:00:33.9670175Z    Compiling futures v0.3.32
2026-06-21T04:00:33.9818347Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T04:00:34.2176092Z    Compiling icu_properties v2.2.0
2026-06-21T04:00:34.2221345Z    Compiling icu_normalizer v2.2.0
2026-06-21T04:00:34.2250091Z    Compiling ipnet v2.12.0
2026-06-21T04:00:34.9141091Z    Compiling tokio-util v0.7.18
2026-06-21T04:00:34.9159375Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T04:00:35.2996251Z    Compiling prefix-trie v0.8.4
2026-06-21T04:00:35.3155345Z    Compiling once_cell v1.21.4
2026-06-21T04:00:35.3984141Z    Compiling fs2 v0.4.3
2026-06-21T04:00:35.4097406Z    Compiling time v0.3.47
2026-06-21T04:00:35.4231107Z    Compiling http-body-util v0.1.3
2026-06-21T04:00:35.4312707Z    Compiling aead v0.5.2
2026-06-21T04:00:35.5641642Z    Compiling tracing-core v0.1.36
2026-06-21T04:00:35.5891931Z    Compiling widestring v1.2.1
2026-06-21T04:00:35.6537587Z    Compiling ipconfig v0.3.4
2026-06-21T04:00:35.7387863Z    Compiling aes-gcm v0.10.3
2026-06-21T04:00:35.7426382Z    Compiling postcard v1.1.3
2026-06-21T04:00:35.8212987Z    Compiling hashbrown v0.14.5
2026-06-21T04:00:35.8439051Z    Compiling num_enum_derive v0.7.6
2026-06-21T04:00:35.9728851Z    Compiling tracing v0.1.44
2026-06-21T04:00:36.0189232Z    Compiling derive_more v2.1.1
2026-06-21T04:00:36.0478459Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T04:00:36.1284260Z    Compiling tower v0.5.3
2026-06-21T04:00:36.3111891Z    Compiling idna_adapter v1.2.2
2026-06-21T04:00:36.3143949Z    Compiling chrono v0.4.45
2026-06-21T04:00:36.4997891Z    Compiling idna v1.1.0
2026-06-21T04:00:36.5101591Z    Compiling h2 v0.4.14
2026-06-21T04:00:36.5165651Z    Compiling hashlink v0.9.1
2026-06-21T04:00:36.5843468Z    Compiling windows v0.62.2
2026-06-21T04:00:36.7494038Z    Compiling data-encoding-macro v0.1.20
2026-06-21T04:00:36.7955557Z    Compiling windows-sys v0.59.0
2026-06-21T04:00:36.8790045Z    Compiling url v2.5.8
2026-06-21T04:00:36.8934904Z    Compiling rusqlite v0.32.1
2026-06-21T04:00:36.9220864Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T04:00:36.9335686Z    Compiling crossbeam-channel v0.5.15
2026-06-21T04:00:36.9524006Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T04:00:37.1212838Z    Compiling enum-assoc v1.3.0
2026-06-21T04:00:37.3729216Z    Compiling strum_macros v0.28.0
2026-06-21T04:00:37.3798341Z    Compiling async-trait v0.1.89
2026-06-21T04:00:37.5895068Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T04:00:37.6416753Z    Compiling windows-registry v0.6.1
2026-06-21T04:00:37.8136762Z    Compiling blake3 v1.8.5
2026-06-21T04:00:37.8470374Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T04:00:38.0522142Z    Compiling uuid v1.23.2
2026-06-21T04:00:38.0945479Z    Compiling memoffset v0.6.5
2026-06-21T04:00:38.1942788Z    Compiling netwatch v0.16.0
2026-06-21T04:00:38.2567204Z    Compiling noq v0.18.0
2026-06-21T04:00:38.3822013Z    Compiling acto v0.8.2
2026-06-21T04:00:38.3896506Z    Compiling mac-addr v0.3.0
2026-06-21T04:00:38.4271244Z    Compiling foldhash v0.2.0
2026-06-21T04:00:38.6240638Z    Compiling lru-slab v0.1.2
2026-06-21T04:00:38.6241278Z    Compiling identity-hash v0.1.0
2026-06-21T04:00:38.6268095Z    Compiling tagptr v0.2.0
2026-06-21T04:00:38.6626514Z    Compiling thiserror v1.0.69
2026-06-21T04:00:38.7120028Z    Compiling ref-cast v1.0.25
2026-06-21T04:00:38.7269634Z    Compiling xml-rs v0.8.28
2026-06-21T04:00:38.7370495Z    Compiling rustc-hash v2.1.2
2026-06-21T04:00:38.7742235Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T04:00:38.8229473Z    Compiling moka v0.12.15
2026-06-21T04:00:38.9576312Z    Compiling hashbrown v0.16.1
2026-06-21T04:00:38.9937345Z    Compiling netdev v0.42.0
2026-06-21T04:00:39.2000785Z    Compiling iroh-relay v0.98.0
2026-06-21T04:00:39.3815516Z    Compiling xmltree v0.10.3
2026-06-21T04:00:39.4359875Z    Compiling iroh-metrics v0.38.3
2026-06-21T04:00:39.6549271Z    Compiling attohttpc v0.30.1
2026-06-21T04:00:39.7618960Z    Compiling iroh-base v0.98.0
2026-06-21T04:00:39.8634855Z    Compiling tower-http v0.6.11
2026-06-21T04:00:39.8708145Z    Compiling num_enum v0.7.6
2026-06-21T04:00:39.8874067Z    Compiling n0-watcher v0.6.1
2026-06-21T04:00:39.8895850Z    Compiling tokio-stream v0.1.18
2026-06-21T04:00:39.9615181Z    Compiling toml_datetime v0.6.11
2026-06-21T04:00:40.0827565Z    Compiling serde_spanned v0.6.9
2026-06-21T04:00:40.1582610Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T04:00:40.2030585Z    Compiling ref-cast-impl v1.0.25
2026-06-21T04:00:40.2416790Z    Compiling thiserror-impl v1.0.69
2026-06-21T04:00:40.3375257Z    Compiling strum v0.28.0
2026-06-21T04:00:40.4693344Z    Compiling serde_derive_internals v0.29.1
2026-06-21T04:00:40.4980269Z    Compiling simple-dns v0.9.3
2026-06-21T04:00:40.6174291Z    Compiling serial-core v0.4.0
2026-06-21T04:00:40.6369021Z    Compiling aho-corasick v1.1.4
2026-06-21T04:00:40.7153753Z    Compiling hyper v1.10.1
2026-06-21T04:00:40.8190835Z    Compiling arrayvec v0.7.6
2026-06-21T04:00:40.8845166Z    Compiling arrayref v0.3.9
2026-06-21T04:00:40.9626736Z    Compiling constant_time_eq v0.4.2
2026-06-21T04:00:40.9955956Z    Compiling resolv-conf v0.7.6
2026-06-21T04:00:41.0407007Z    Compiling winreg v0.10.1
2026-06-21T04:00:41.0638088Z    Compiling smol_str v0.1.24
2026-06-21T04:00:41.2082767Z    Compiling sha1_smol v1.0.1
2026-06-21T04:00:41.3387432Z    Compiling toml_write v0.1.2
2026-06-21T04:00:41.3469963Z    Compiling winnow v0.7.15
2026-06-21T04:00:41.4605118Z    Compiling regex-syntax v0.8.10
2026-06-21T04:00:41.5368375Z    Compiling simdutf8 v0.1.5
2026-06-21T04:00:41.5944693Z    Compiling iroh-dns v0.98.0
2026-06-21T04:00:41.8018724Z    Compiling schemars_derive v1.2.1
2026-06-21T04:00:42.0275392Z    Compiling serial-windows v0.4.0
2026-06-21T04:00:42.2590207Z    Compiling hyper-util v0.1.20
2026-06-21T04:00:42.2867580Z    Compiling lru v0.16.4
2026-06-21T04:00:42.5305072Z    Compiling webpki-roots v1.0.7
2026-06-21T04:00:42.5539700Z    Compiling seize v0.5.1
2026-06-21T04:00:42.6110443Z    Compiling darling_core v0.23.0
2026-06-21T04:00:42.7179132Z    Compiling serde_bytes v0.11.19
2026-06-21T04:00:42.7773250Z    Compiling hmac v0.12.1
2026-06-21T04:00:42.9291273Z    Compiling iroh v0.98.2
2026-06-21T04:00:42.9847140Z    Compiling dyn-clone v1.0.20
2026-06-21T04:00:43.0617968Z    Compiling anstyle v1.0.14
2026-06-21T04:00:43.2173961Z    Compiling cmov v0.5.4
2026-06-21T04:00:43.3000716Z    Compiling toml_edit v0.22.27
2026-06-21T04:00:43.3663189Z    Compiling utf8parse v0.2.2
2026-06-21T04:00:43.3807275Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T04:00:43.4343608Z    Compiling pin-utils v0.1.0
2026-06-21T04:00:43.4449063Z    Compiling lazy_static v1.5.0
2026-06-21T04:00:43.5014541Z    Compiling bitflags v1.3.2
2026-06-21T04:00:43.5078209Z    Compiling anstyle-wincon v3.0.11
2026-06-21T04:00:43.5198350Z    Compiling shared_library v0.1.9
2026-06-21T04:00:43.5395365Z    Compiling anstyle-parse v1.0.0
2026-06-21T04:00:43.5605479Z    Compiling regex-automata v0.4.14
2026-06-21T04:00:43.5954391Z    Compiling nix v0.25.1
2026-06-21T04:00:43.6149067Z    Compiling ctutils v0.4.2
2026-06-21T04:00:43.7232248Z    Compiling hkdf v0.12.4
2026-06-21T04:00:43.7435506Z    Compiling papaya v0.2.4
2026-06-21T04:00:43.7717136Z    Compiling igd-next v0.17.1
2026-06-21T04:00:43.8796291Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T04:00:43.9165235Z    Compiling serial v0.4.0
2026-06-21T04:00:43.9220427Z    Compiling filedescriptor v0.8.3
2026-06-21T04:00:44.0248484Z    Compiling backon v1.6.0
2026-06-21T04:00:44.0377537Z    Compiling schemars v1.2.1
2026-06-21T04:00:44.2069660Z    Compiling anstyle-query v1.1.5
2026-06-21T04:00:44.2531340Z    Compiling paste v1.0.15
2026-06-21T04:00:44.3531501Z    Compiling shell-words v1.1.1
2026-06-21T04:00:44.4187669Z    Compiling instability v0.3.12
2026-06-21T04:00:44.4682675Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T04:00:44.5659479Z    Compiling colorchoice v1.0.5
2026-06-21T04:00:44.6068510Z    Compiling foldhash v0.1.5
2026-06-21T04:00:44.6532253Z    Compiling downcast-rs v1.2.1
2026-06-21T04:00:44.6623603Z    Compiling anstream v1.0.0
2026-06-21T04:00:44.7253487Z    Compiling portable-pty v0.8.1
2026-06-21T04:00:44.7650568Z    Compiling hashbrown v0.15.5
2026-06-21T04:00:44.8313764Z    Compiling spake2 v0.4.0
2026-06-21T04:00:44.9021119Z    Compiling strum_macros v0.26.4
2026-06-21T04:00:44.9823225Z    Compiling terminal_size v0.4.4
2026-06-21T04:00:45.1979708Z    Compiling crossterm_winapi v0.9.1
2026-06-21T04:00:45.3237242Z    Compiling toml v0.8.23
2026-06-21T04:00:45.3442264Z    Compiling itertools v0.13.0
2026-06-21T04:00:45.5748833Z    Compiling sha1 v0.10.6
2026-06-21T04:00:45.8147466Z    Compiling castaway v0.2.4
2026-06-21T04:00:45.9333744Z    Compiling regex v1.12.3
2026-06-21T04:00:45.9543104Z    Compiling clap_lex v1.1.0
2026-06-21T04:00:46.1390532Z    Compiling indoc v2.0.7
2026-06-21T04:00:46.2571118Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T04:00:46.3114369Z    Compiling static_assertions v1.1.0
2026-06-21T04:00:46.4151650Z    Compiling doctest-file v1.1.1
2026-06-21T04:00:46.4884090Z    Compiling darling_macro v0.23.0
2026-06-21T04:00:46.5485240Z    Compiling recvmsg v1.0.0
2026-06-21T04:00:46.5838833Z    Compiling unicode-width v0.1.14
2026-06-21T04:00:46.6769699Z    Compiling compact_str v0.8.2
2026-06-21T04:00:46.9017040Z    Compiling clap_builder v4.6.0
2026-06-21T04:00:46.9582191Z    Compiling darling v0.23.0
2026-06-21T04:00:46.9670020Z    Compiling unicode-truncate v1.1.0
2026-06-21T04:00:46.9701106Z    Compiling interprocess v2.4.2
2026-06-21T04:00:47.0888774Z    Compiling lru v0.12.5
2026-06-21T04:00:47.1295989Z    Compiling crossterm v0.28.1
2026-06-21T04:00:47.1645048Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T04:00:47.2571967Z    Compiling wmi v0.18.4
2026-06-21T04:00:47.3468853Z    Compiling strum v0.26.3
2026-06-21T04:00:47.5746064Z    Compiling clap_derive v4.6.1
2026-06-21T04:00:48.2037292Z    Compiling unicode-width v0.2.0
2026-06-21T04:00:48.5036938Z    Compiling cassowary v0.3.0
2026-06-21T04:00:48.5474650Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T04:00:48.8065849Z    Compiling error-code v3.3.2
2026-06-21T04:00:49.0080917Z    Compiling clipboard-win v5.4.1
2026-06-21T04:00:49.1059993Z    Compiling portmapper v0.16.0
2026-06-21T04:00:49.4065836Z    Compiling ratatui v0.29.0
2026-06-21T04:00:49.4985077Z    Compiling nucleo-matcher v0.3.1
2026-06-21T04:00:49.5247873Z    Compiling qrcode v0.14.1
2026-06-21T04:00:49.5396634Z    Compiling tempfile v3.27.0
2026-06-21T04:00:49.9121409Z    Compiling clap v4.6.1
2026-06-21T04:01:02.3987187Z    Compiling rustls-webpki v0.103.13
2026-06-21T04:01:05.5392575Z    Compiling tokio-rustls v0.26.4
2026-06-21T04:01:05.5392905Z    Compiling noq-proto v0.17.0
2026-06-21T04:01:05.5393173Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T04:01:05.7365365Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T04:01:05.7365806Z    Compiling hyper-rustls v0.27.9
2026-06-21T04:01:05.7366181Z    Compiling tokio-websockets v0.13.2
2026-06-21T04:01:05.8944526Z    Compiling reqwest v0.13.4
2026-06-21T04:01:06.8798733Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T04:01:25.0515503Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T04:01:26.4578048Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T04:01:35.4323439Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T04:01:42.3319433Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 23s
2026-06-21T04:01:42.3572251Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-21T04:01:42.4028842Z 
2026-06-21T04:01:42.4029189Z running 1 test
2026-06-21T04:01:49.5626544Z test new_brain_serves_against_old_broker ... ok
2026-06-21T04:01:49.5626821Z 
2026-06-21T04:01:49.5627000Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.16s
2026-06-21T04:01:49.5627300Z 
